adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IReadOnlyDictionary<TKey,TValue> Interface / TryGetValue Method


In This Topic
    TryGetValue Method (IReadOnlyDictionary<TKey,TValue>)
    In This Topic
    Syntax
    'Declaration
     
    
    Function TryGetValue( _
       ByVal key As TKey, _
       ByRef value As TValue _
    ) As Boolean
    bool TryGetValue( 
       TKey key,
       out TValue value
    )
    bool TryGetValue( 
       TKey^ key,
       [Out] TValue^ value
    ) 

    Parameters

    key
    value
    See Also